CI: set a timeout multiplier for the tests
authorChristoph Reiter <creiter@src.gnome.org>
Tue, 26 Mar 2019 15:37:22 +0000 (16:37 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Tue, 26 Mar 2019 15:37:22 +0000 (16:37 +0100)
CI can be slower than your normal dev machine so give it a bit more time

.gitlab-ci/test-docker.sh

index cf1efccd3be67e538cc9ba0e3cf62e40ebd154a3..8a952d7356a4bbd7c82878cf837fb6417511fde5 100755 (executable)
@@ -26,6 +26,7 @@ ccache --show-stats
 
 xvfb-run -a -s "-screen 0 1024x768x24" \
     meson test \
+        --timeout-multiplier 2 \
         --print-errorlogs \
         --suite=gtk \
         --no-suite=gtk:gsk \